-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependencies supporting NestJS 10 #526
Open
TheRealMkadmi
wants to merge
14
commits into
narando:master
Choose a base branch
from
TheRealMkadmi:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1.0.0 (2024-01-10) ### Bug Fixes * broken prototype-chain for custom exceptions ([9b9978e](9b9978e)) * **ci:** add missing step to release pipeline ([18d4d69](18d4d69)) * **ci:** fix version in package.json ([ff95014](ff95014)) * **ci:** reference to coverage folder ([b38a3f1](b38a3f1)) * **client/http:** error when used in context without Segment ([a2b7dd3](a2b7dd3)) * **client/http:** subsegments get lost in parallel calls ([6f2bdae](6f2bdae)) * **client/http:** TracingService not available in module context ([fcd1566](fcd1566)) * **deps:** remove rimraf from peerDeps ([bb45875](bb45875)) * **deps:** update dependency aws-xray-sdk to v3 ([2f87b3d](2f87b3d)) * duplicate TracingService instances without configuration ([4d89a75](4d89a75)) * **env/http:** query parameter included twice [narando#140](https://github.com/TheRealMkadmi/nest-xray/issues/140) ([395b42c](395b42c)) * **env/http:** segment has invalid URL when sampling decision is made ([dda8d58](dda8d58)) * **hooks:** throw named exception if async id is unknown ([cbdbd59](cbdbd59)) * **http-env.e2e-spec.ts:** fix package name ([f709b0d](f709b0d)) * **http:** ignore missing tracing context in HttpService [narando#75](https://github.com/TheRealMkadmi/nest-xray/issues/75) ([b03160d](b03160d)) * **lib:** linting after prettier update ([080c949](080c949)) * **lib:** typings after upgrading to typescript 4.5 ([faefd16](faefd16)) * support aws xray sdk 3.3.3 ([9e596cd](9e596cd)) * **test:** broken imports of SegmentEmitter ([39ab6d7](39ab6d7)) * **test:** hotpatch regex for subsegments ([e242114](e242114)) * **tests:** support new types (I'm not a ts dev) ([e9b5853](e9b5853)) * throw special exception if TracingService is used in unknown context ([688087c](688087c)) ### Features * add Github Actions CI ([e3040c5](e3040c5)) * add initial implementation ([65311a5](65311a5)) * add initial project setup ([ff161bc](ff161bc)) * add MIT license ([b201115](b201115)) * allow usages with Nestjs v7 ([13e19f0](13e19f0)) * **ci:** add automatic changelog and releases on npm ([262b150](262b150)) * **core:** allow setting custom XRay plugins ([c82f824](c82f824)) * **deps:** bump to node 16 ([134771b](134771b)) * **deps:** support NestJS 8 and @nestjs/axios ([1b15ba7](1b15ba7)) * export custom exceptions ([27a381c](27a381c)) * NestJS v9 Compatibility ([narando#392](https://github.com/TheRealMkadmi/nest-xray/issues/392)) ([9b34c04](9b34c04)) * refactor code to enable multiple environments ([96bec82](96bec82)) ### BREAKING CHANGES * **deps:** Drop support for NestJS <8 and the HttpService from @nestjs/common. Instead add support for NestJS 8 and the HttpService from @nestjs/axios.
## [1.0.1](v1.0.0...v1.0.1) (2024-01-10) ### Bug Fixes * **package.json:** add access to package.json ([73fb1b2](73fb1b2))
…estjs/axios ^3.0.0
## [1.0.2](v1.0.1...v1.0.2) (2024-01-11) ### Bug Fixes * **package.json:** remove support for nestjs 8 and add support for @nestjs/axios ^3.0.0 ([a24b890](a24b890))
Any update ? |
dkrantsberg
approved these changes
Sep 10, 2024
Any chance of merging this @dkrantsberg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.